home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uEditProfile.dfm < prev    next >
Encoding:
Text File  |  2005-01-26  |  9.3 KB  |  404 lines

  1. object frmEditProfile: TfrmEditProfile
  2.   Left = 657
  3.   Top = 256
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Profile'
  6.   ClientHeight = 375
  7.   ClientWidth = 356
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 341
  24.     Height = 329
  25.     ActivePage = TabSheet1
  26.     TabIndex = 0
  27.     TabOrder = 0
  28.     object TabSheet1: TTabSheet
  29.       Caption = 'General'
  30.       DesignSize = (
  31.         333
  32.         301)
  33.       object lblName: TLabel
  34.         Left = 8
  35.         Top = 12
  36.         Width = 63
  37.         Height = 13
  38.         Caption = 'Profile name:'
  39.       end
  40.       object Label2: TLabel
  41.         Left = 8
  42.         Top = 40
  43.         Width = 106
  44.         Height = 13
  45.         Caption = 'Ringing tone volumes:'
  46.       end
  47.       object Edit1: TTntEdit
  48.         Left = 84
  49.         Top = 9
  50.         Width = 237
  51.         Height = 21
  52.         Anchors = [akLeft, akTop, akRight]
  53.         TabOrder = 0
  54.         OnChange = Edit1Change
  55.       end
  56.       object GroupBox5: TGroupBox
  57.         Left = 8
  58.         Top = 216
  59.         Width = 313
  60.         Height = 45
  61.         Anchors = [akLeft, akTop, akRight]
  62.         Caption = ' DATA '
  63.         TabOrder = 4
  64.         object trkBarData: TTrackBar
  65.           Left = 28
  66.           Top = 16
  67.           Width = 129
  68.           Height = 25
  69.           LineSize = 0
  70.           Max = 6
  71.           Orientation = trHorizontal
  72.           ParentShowHint = False
  73.           PageSize = 1
  74.           Frequency = 1
  75.           Position = 0
  76.           SelEnd = 0
  77.           SelStart = 0
  78.           ShowHint = False
  79.           TabOrder = 0
  80.           ThumbLength = 10
  81.           TickMarks = tmBottomRight
  82.           TickStyle = tsAuto
  83.           OnChange = OnMod
  84.         end
  85.         object chkIncData: TCheckBox
  86.           Left = 191
  87.           Top = 16
  88.           Width = 81
  89.           Height = 17
  90.           Caption = 'incremental'
  91.           TabOrder = 1
  92.           OnClick = OnMod
  93.         end
  94.       end
  95.       object GroupBox4: TGroupBox
  96.         Left = 8
  97.         Top = 164
  98.         Width = 313
  99.         Height = 45
  100.         Anchors = [akLeft, akTop, akRight]
  101.         Caption = ' FAX '
  102.         TabOrder = 3
  103.         object trkBarFax: TTrackBar
  104.           Left = 28
  105.           Top = 16
  106.           Width = 129
  107.           Height = 25
  108.           LineSize = 0
  109.           Max = 6
  110.           Orientation = trHorizontal
  111.           ParentShowHint = False
  112.           PageSize = 1
  113.           Frequency = 1
  114.           Position = 0
  115.           SelEnd = 0
  116.           SelStart = 0
  117.           ShowHint = False
  118.           TabOrder = 0
  119.           ThumbLength = 10
  120.           TickMarks = tmBottomRight
  121.           TickStyle = tsAuto
  122.           OnChange = OnMod
  123.         end
  124.         object chkIncFax: TCheckBox
  125.           Left = 191
  126.           Top = 16
  127.           Width = 81
  128.           Height = 17
  129.           Caption = 'incremental'
  130.           TabOrder = 1
  131.           OnClick = OnMod
  132.         end
  133.       end
  134.       object GroupBox3: TGroupBox
  135.         Left = 8
  136.         Top = 112
  137.         Width = 313
  138.         Height = 45
  139.         Anchors = [akLeft, akTop, akRight]
  140.         Caption = ' Line 2 '
  141.         TabOrder = 2
  142.         object trkBarL2: TTrackBar
  143.           Left = 28
  144.           Top = 16
  145.           Width = 129
  146.           Height = 25
  147.           LineSize = 0
  148.           Max = 6
  149.           Orientation = trHorizontal
  150.           ParentShowHint = False
  151.           PageSize = 1
  152.           Frequency = 1
  153.           Position = 0
  154.           SelEnd = 0
  155.           SelStart = 0
  156.           ShowHint = False
  157.           TabOrder = 0
  158.           ThumbLength = 10
  159.           TickMarks = tmBottomRight
  160.           TickStyle = tsAuto
  161.           OnChange = OnMod
  162.         end
  163.         object chkIncL2: TCheckBox
  164.           Left = 191
  165.           Top = 16
  166.           Width = 81
  167.           Height = 17
  168.           Caption = 'incremental'
  169.           TabOrder = 1
  170.           OnClick = OnMod
  171.         end
  172.       end
  173.       object GroupBox2: TGroupBox
  174.         Left = 8
  175.         Top = 60
  176.         Width = 313
  177.         Height = 45
  178.         Anchors = [akLeft, akTop, akRight]
  179.         Caption = ' Line 1 '
  180.         TabOrder = 1
  181.         object trkBarL1: TTrackBar
  182.           Left = 28
  183.           Top = 16
  184.           Width = 129
  185.           Height = 25
  186.           LineSize = 0
  187.           Max = 6
  188.           Orientation = trHorizontal
  189.           ParentShowHint = False
  190.           PageSize = 1
  191.           Frequency = 1
  192.           Position = 0
  193.           SelEnd = 0
  194.           SelStart = 0
  195.           ShowHint = False
  196.           TabOrder = 0
  197.           ThumbLength = 10
  198.           TickMarks = tmBottomRight
  199.           TickStyle = tsAuto
  200.           OnChange = OnMod
  201.         end
  202.         object chkIncL1: TCheckBox
  203.           Left = 191
  204.           Top = 16
  205.           Width = 81
  206.           Height = 17
  207.           Caption = 'incremental'
  208.           TabOrder = 1
  209.           OnClick = OnMod
  210.         end
  211.       end
  212.       object chkSIL: TCheckBox
  213.         Left = 8
  214.         Top = 272
  215.         Width = 137
  216.         Height = 17
  217.         Caption = 'Set global Silent mode'
  218.         TabOrder = 5
  219.         OnClick = OnMod
  220.       end
  221.     end
  222.     object TabSheet2: TTabSheet
  223.       Caption = 'Settings'
  224.       ImageIndex = 1
  225.       DesignSize = (
  226.         333
  227.         301)
  228.       object Label1: TLabel
  229.         Left = 8
  230.         Top = 12
  231.         Width = 63
  232.         Height = 13
  233.         Caption = 'Profile name:'
  234.       end
  235.       object lblNameCopy: TTntLabel
  236.         Left = 87
  237.         Top = 12
  238.         Width = 42
  239.         Height = 13
  240.         Caption = '<name>'
  241.       end
  242.       object grpAns: TRadioGroup
  243.         Left = 8
  244.         Top = 40
  245.         Width = 149
  246.         Height = 77
  247.         Caption = ' Answer mode  '
  248.         Items.Strings = (
  249.           'Key '#39'YES'#39
  250.           'Any key'
  251.           'Auto')
  252.         TabOrder = 0
  253.         OnClick = OnMod
  254.       end
  255.       object grpFont: TGroupBox
  256.         Left = 172
  257.         Top = 40
  258.         Width = 149
  259.         Height = 77
  260.         Anchors = [akTop, akRight]
  261.         Caption = ' Font size '
  262.         TabOrder = 1
  263.         object fsRadioButton1: TRadioButton
  264.           Left = 8
  265.           Top = 16
  266.           Width = 69
  267.           Height = 17
  268.           Caption = 'Small'
  269.           Enabled = False
  270.           TabOrder = 0
  271.           OnClick = OnMod
  272.         end
  273.         object fsRadioButton2: TRadioButton
  274.           Left = 8
  275.           Top = 36
  276.           Width = 69
  277.           Height = 17
  278.           Caption = 'Medium'
  279.           Enabled = False
  280.           TabOrder = 1
  281.           OnClick = OnMod
  282.         end
  283.         object fsRadioButton3: TRadioButton
  284.           Left = 8
  285.           Top = 56
  286.           Width = 69
  287.           Height = 17
  288.           Caption = 'Large'
  289.           Enabled = False
  290.           TabOrder = 2
  291.           OnClick = OnMod
  292.         end
  293.       end
  294.       object grpSMS: TRadioGroup
  295.         Left = 8
  296.         Top = 124
  297.         Width = 149
  298.         Height = 77
  299.         Caption = ' Message alert '
  300.         Items.Strings = (
  301.           'Silent'
  302.           'Click'
  303.           'Tone')
  304.         TabOrder = 2
  305.         OnClick = OnMod
  306.       end
  307.       object grpVib: TRadioGroup
  308.         Left = 172
  309.         Top = 124
  310.         Width = 149
  311.         Height = 77
  312.         Anchors = [akTop, akRight]
  313.         Caption = ' Vibration'
  314.         Items.Strings = (
  315.           'Disable'
  316.           'Enable'
  317.           'If silent')
  318.         TabOrder = 3
  319.         OnClick = OnMod
  320.       end
  321.       object grpLight: TRadioGroup
  322.         Left = 8
  323.         Top = 208
  324.         Width = 149
  325.         Height = 77
  326.         Caption = ' Backlight mode '
  327.         Items.Strings = (
  328.           'Disable'
  329.           'Enable'
  330.           'Auto')
  331.         TabOrder = 4
  332.         OnClick = OnMod
  333.       end
  334.       object grpKS: TGroupBox
  335.         Left = 172
  336.         Top = 208
  337.         Width = 149
  338.         Height = 77
  339.         Anchors = [akTop, akRight]
  340.         Caption = ' Key sound '
  341.         TabOrder = 5
  342.         object ksRadioButton1: TRadioButton
  343.           Left = 8
  344.           Top = 16
  345.           Width = 69
  346.           Height = 17
  347.           Caption = 'Silent'
  348.           Enabled = False
  349.           TabOrder = 0
  350.           OnClick = OnMod
  351.         end
  352.         object ksRadioButton2: TRadioButton
  353.           Left = 8
  354.           Top = 36
  355.           Width = 69
  356.           Height = 17
  357.           Caption = 'Click'
  358.           Enabled = False
  359.           TabOrder = 1
  360.           OnClick = OnMod
  361.         end
  362.         object ksRadioButton3: TRadioButton
  363.           Left = 8
  364.           Top = 56
  365.           Width = 69
  366.           Height = 17
  367.           Caption = 'Tone'
  368.           Enabled = False
  369.           TabOrder = 2
  370.           OnClick = OnMod
  371.         end
  372.       end
  373.     end
  374.   end
  375.   object btnOk: TButton
  376.     Left = 128
  377.     Top = 344
  378.     Width = 69
  379.     Height = 25
  380.     Caption = 'OK'
  381.     TabOrder = 1
  382.     OnClick = btnOkClick
  383.   end
  384.   object btnCancel: TButton
  385.     Left = 204
  386.     Top = 344
  387.     Width = 69
  388.     Height = 25
  389.     Cancel = True
  390.     Caption = '&Cancel'
  391.     ModalResult = 2
  392.     TabOrder = 2
  393.   end
  394.   object btnApply: TButton
  395.     Left = 280
  396.     Top = 344
  397.     Width = 69
  398.     Height = 25
  399.     Caption = '&Apply'
  400.     TabOrder = 3
  401.     OnClick = btnApplyClick
  402.   end
  403. end
  404.